Skip to content

Add back the mime renderer JL extension #5096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 72 commits into from
Apr 16, 2025
Merged

Conversation

marthacryan
Copy link
Collaborator

@marthacryan marthacryan commented Mar 17, 2025

Fixes #5056 by adding back a mime renderer extension removed in #4822. We didn't realize at the time that this part of the code was serving an important purpose in keeping filesizes down for offline users.

@gvwilson gvwilson added P1 needed for current cycle fix fixes something broken labels Mar 19, 2025
@marthacryan marthacryan changed the title Default to notebook connected mode Add back the mime renderer JL extension Mar 20, 2025
@marthacryan marthacryan force-pushed the notebook-connected-default branch from f942e97 to 847b87c Compare April 4, 2025 20:57
@marthacryan
Copy link
Collaborator Author

Pinning the version of shapely here for tests to pass, but we should address that in another PR.

@marthacryan
Copy link
Collaborator Author

@marthacryan Looks good! Can you update CONTRIBUTING.md to explain how the Jupyterlab extension build process works (and also explain the new CI step)?

Done! Want to take a quick look to see if it makes sense?

@marthacryan marthacryan force-pushed the notebook-connected-default branch from bcfbd25 to f3a4278 Compare April 15, 2025 18:16
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. Also got that from the other script

Copy link
Contributor

@emilykl emilykl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@marthacryan marthacryan merged commit 4dded6c into main Apr 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fixes something broken P1 needed for current cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plotly on jupyter creates HUGE notebooks file sizes
3 participants